home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Decision Cube / dss50.dpk < prev    next >
Text File  |  1999-08-11  |  1KB  |  54 lines

  1. package Dss50;
  2.  
  3. {$R *.RES}
  4. {$ALIGN ON}
  5. { ASSERTIONS OFF}
  6. {$BOOLEVAL OFF}
  7. { DEBUGINFO OFF}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. { LOCALSYMBOLS OFF}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO OFF}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST ON}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $4088FFF3}
  25. {$DESCRIPTION 'Borland Decision Cube Components'}
  26. {$RUNONLY}
  27. {$IMPLICITBUILD OFF}
  28.  
  29. requires
  30.   vcl50,
  31.   vcldb50,
  32.   vclbde50,
  33.   tee50;
  34.  
  35. contains
  36.   mxgrid in 'mxgrid.pas',
  37.   mxbutton in 'mxbutton.pas',
  38.   mxDB in 'mxDB.pas',
  39.   mxConsts in 'mxConsts.pas',
  40.   mxstore in 'mxstore.pas',
  41.   mxtables in 'mxtables.pas',
  42.   mxqparse in 'mxqparse.pas',
  43.   mxcommon in 'mxcommon.pas',
  44.   mxqedcom in 'mxqedcom.pas',
  45.   mxarrays in 'mxarrays.pas',
  46.   mxpivsrc in 'mxpivsrc.pas',
  47.   mxdcube in 'mxdcube.pas',
  48.   mxdsql in 'mxdsql.pas',
  49.   mxpbar in 'mxpbar.pas',
  50.   mxgraph in 'mxgraph.pas';
  51.  
  52. end.
  53.  
  54.